/status/app/proxy/realServer//serviceHttp/responseIdleTimeout/origin

Use

Use to view where the parent node gets its data key value. See [Origin Nodes]( https://docs.lineratesystems.com/087Release_2.6/250REST_API_Reference_Guide/00 0Getting_Started_with_the_REST_API/300Understanding_the_REST_Hierarchy#Origin_ Nodes).

Parameters

name: Name of real server

Data Key

The data key contains where the parent node gets its value. The data key can be one of the following:

  • Object name
  • Base name
  • default

See [Origin Nodes](https://docs.lineratesystems.com/087Release_2.6/250REST_API _Reference_Guide/000Getting_Started_with_the_REST_API/300Understanding_the_RES T_Hierarchy#Origin_Nodes).

Data Type

string

Default Data Value

“”

Request Methods

GET

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/app/proxy/real Server/rs1/serviceHttp/responseIdleTimeout/origin

GET Response

{"/status/app/proxy/realServer/rs1/serviceHttp/responseIdleTimeout/origin": 
        {"data": "/config/app/proxy/realServerBase/rsb1",
         "default": False,
         "defaultAllowed": False,
         "deleteAllowed": False,
         "numChildren": 0,
         "type": "string"},
 "httpResponseCode": 200,
 "recurse": False,
 "requestPath": "/status/app/proxy/realServer/rs1/serviceHttp/responseIdleTimeout/origin"}
  1. /status/app/proxy/realServer//serviceHttp/responseIdleTimeout/origin 1. Parameters 2. Data Key
    1. Data Type
    2. Default Data Value 3. Request Methods 4. Related 5. Examples